fmt.fmtFlags.sharp (field)
20 uses
fmt (current package)
format.go#L28: sharp bool
format.go#L155: if f.sharp && u <= utf8.MaxRune && strconv.IsPrint(rune(u)) {
format.go#L276: if f.sharp {
format.go#L384: if f.sharp {
format.go#L389: } else if f.sharp {
format.go#L405: if f.sharp {
format.go#L414: if f.sharp {
format.go#L449: if f.sharp && strconv.CanBackquote(s) {
format.go#L522: if f.sharp && verb != 'b' {
print.go#L175: return p.fmt.sharp || p.fmt.sharpV
print.go#L363: sharp := p.fmt.sharp
print.go#L364: p.fmt.sharp = leading0x
print.go#L366: p.fmt.sharp = sharp
print.go#L524: p.fmt0x64(uint64(u), !p.fmt.sharp)
print.go#L528: p.fmt0x64(uint64(u), !p.fmt.sharp)
print.go#L1004: p.fmt.sharp = true
print.go#L1020: p.fmt.sharpV = p.fmt.sharp
print.go#L1021: p.fmt.sharp = false
print.go#L1115: p.fmt.sharpV = p.fmt.sharp
print.go#L1116: p.fmt.sharp = false
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)